@font-face {
    font-family: 'MolipanFont';
    src: url('/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MolipanFont';
    src: url('/fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'MolipanFont';
    src: url('/fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MolipanFont';
    src: url('/fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


body {
    
    font-family: 'MolipanFont', sans-serif;
    /* background-color: black; */
}

/* body::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../../images/marca_de_agua.png");
    background-repeat: repeat;
    opacity: 0.5;
    z-index: -1;
} */

.direction-ltr {
    direction: ltr
}

.direction-rtl {
    direction: rtl
}

.sombra-suave {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

.molipan-color-amarillo {
    color: #DAA841;
}

.molipan-color-rojo {
    color: #E8464D;
}

.molipan-color-tinto {
    color: #4A1D30;
}

.molipan-bg-amarillo {
    background-color: #DAA841;
}

.molipan-bg-rojo {
    background-color: #E8464D;
}

.molipan-bg-tinto {
    background-color: #4A1D30;
}

.bg-gris-suave {
    background-color: #F4F4F4;
}

.bg-imagen {
    background-color: #F6EFEA;
}

.product-card-title {
    /* Ajusta el ancho como desees */
    max-height: 6rem;
    /* Ajusta la altura del contenedor */

    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
    overflow: hidden;
    display: -webkit-box;
    font-size: 1.5rem /* 24px */;
    line-height: 2rem /* 32px */;
    -webkit-line-clamp: 3;
    /* Número de líneas visibles */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.product-card-subtitle {
    /* Ajusta el ancho como desees */
    max-height: 4rem;
    /* Ajusta la altura del contenedor */
    margin-bottom: 12px;

    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1)) /* #374151 */;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Número de líneas visibles */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}